{
  "name": "tabvana",
  "private": true,
  "version": "0.1.0",
  "scripts": {
    "dev": "run-s clean && vite",
    "build": "run-s clean && tsc && vite build && run-s firefox-build",
    "firefox-build": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node utils/scripts/mv3ToMv2Build.ts",
    "clean": "run-p 'clean:*'",
    "clean:dist": "rimraf dist",
    "clean:dist_firefox": "rimraf dist_firefox",
    "ci:test": "run-s 'ci:test:*'",
    "ci:test:lint": "run-s lint",
    "ci:test:unit": "run-s \" test --ci --reporters=\"default\" --reporters=\"github-actions\" \"",
    "ci:test:types": "run-s test:types",
    "format": "run-p 'format:*'",
    "format:eslint": "run-s \" lint:eslint --fix \"",
    "format:prettier": "run-s \" lint:prettier --write \"",
    "format:stylelint": "run-s \" lint:stylelint --fix \"",
    "lint": "run-p 'lint:*'",
    "lint:eslint": "eslint . --ext .js,.ts,.tsx --max-warnings 0 --ignore-path .gitignore",
    "lint:prettier": "prettier \"**/*.(md|json|yml)\" --ignore-path .gitignore --check",
    "lint:stylelint": "stylelint \"**/*.css\" --ignore-path .gitignore",
    "test": "jest",
    "test:types": "tsc --noEmit",
    "prepare": "simple-git-hooks"
  },
  "dependencies": {
    // "@eduardoac-skimlinks/webext-redux": "3.0.1-release-candidate",
    // "@fortawesome/fontawesome-svg-core": "^6.4.2",
    // "@fortawesome/free-solid-svg-icons": "^6.4.2",
    // "@fortawesome/react-fontawesome": "^0.2.0",
    "@reduxjs/toolkit": "1.9.7",
    "dexie": "^3.2.4",
    "dexie-react-hooks": "^1.1.6",
    // "idb-keyval": "^6.2.1",
    // "localforage": "^1.10.0",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-redux": "7.2.9",
    "react-select": "^5.7.7"
    // "reduce-reducers": "^1.0.4",
    // "redux-logger": "^3.0.6",
    // "redux-persist-indexeddb-storage": "^1.0.4",
    // "reduxjs-toolkit-persist": "7.2.1",
    // "webextension-polyfill": "0.10.0"
  },
  "devDependencies": {
    // "@babel/plugin-syntax-flow": "^7.22.5",
    // "@babel/plugin-transform-react-jsx": "^7.22.15",
    // "@commitlint/cli": "17.7.2",
    // "@commitlint/config-conventional": "17.7.0",
    // "@crxjs/vite-plugin": "1.0.14",
    // "@ryansonshine/commitizen": "4.2.8",
    // "@ryansonshine/cz-conventional-changelog": "3.3.4",
    // "@testing-library/jest-dom": "6.1.3",
    // "@testing-library/react": "14.0.0",
    // "@testing-library/user-event": "14.5.1",
    "@types/chrome": "^0.0.246",
    // "@types/fs-extra": "11.0.2",
    // "@types/glob": "8.1.0",
    // "@types/jest": "29.5.5",
    // "@types/lodash": "4.14.199",
    "@types/react": "18.2.25",
    "@types/react-dom": "18.2.11"
    // "@types/redux-logger": "^3.0.10",
    // "@types/redux-persist-webextension-storage": "1.0.1",
    // "@types/webextension-polyfill": "0.10.4",
    // "@types/wicg-file-system-access": "^2023.10.1",
    // "@typescript-eslint/eslint-plugin": "6.7.4",
    // "@typescript-eslint/parser": "6.7.4",
    // "@vitejs/plugin-react": "4.1.0",
    // "autoprefixer": "10.4.16",
    // "eslint": "8.51.0",
    // "eslint-config-prettier": "9.0.0",
    // "eslint-config-react-app": "7.0.1",
    // "eslint-plugin-flowtype": "^8.0.3",
    // "eslint-plugin-import": "^2.28.1",
    // "eslint-plugin-prettier": "5.0.0",
    // "eslint-plugin-simple-import-sort": "10.0.0",
    // "glob": "10.3.10",
    // "identity-obj-proxy": "3.0.0",
    // "jest": "29.7.0",
    // "jest-chrome": "0.8.0",
    // "jest-environment-jsdom": "29.7.0",
    // "less": "^4.2.0",
    // "lodash": "4.17.21",
    // "nano-staged": "0.8.0",
    // "npm-run-all": "4.1.5",
    // "plugin-syntax-flow": "^0.0.1-security",
    // "postcss": "8.4.31",
    // "prettier": "^3.0.3",
    // "rimraf": "5.0.5",
    // "simple-git-hooks": "2.9.0",
    // "stylelint": "15.10.3",
    // "stylelint-config-prettier": "9.0.5",
    // "stylelint-config-standard": "34.0.0",
    // "tailwindcss": "3.3.3",
    // "ts-jest": "29.1.1",
    // "typescript": "5.2.2",
    // "typescript-eslint": "^0.0.1-alpha.0",
    // "vite": "4.4.11"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/@ryansonshine/cz-conventional-changelog"
    }
  },
  "packageManager": "yarn@3.6.1"
}
